projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e9d2c
)
(Checklist): Include more LC_* variables in the list, as suggested
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 31 Mar 2001 09:48:53 +0000
(09:48 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 31 Mar 2001 09:48:53 +0000
(09:48 +0000)
by Paul Eggert.
man/trouble.texi
patch
|
blob
|
history
diff --git
a/man/trouble.texi
b/man/trouble.texi
index aa0b3e1e2935d3e082887d56df060711a6e73806..cd583a2a22299460d64495fda1d77cdc310a9516 100644
(file)
--- a/
man/trouble.texi
+++ b/
man/trouble.texi
@@
-652,7
+652,8
@@
if you use a Unix-style shell such as Bash, you can use this shell
command to view the relevant values:
@example
-echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG
+echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \
+ LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG
@end example
Alternatively, use the @command{locale} command, if your system has it,